home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global Difficulty, QuizFreq, sound, SoundFX
- cursor(4)
- SoundControl()
- BSetup(37, 37)
- repeat with count = 21 to 35
- set the hilite of cast count to 0
- end repeat
- set the hilite of cast (21 + Difficulty) to 1
- set the hilite of cast (27 + (QuizFreq * -1)) to 1
- set the hilite of cast (31 + (sound * -1)) to 1
- set the hilite of cast (35 + (SoundFX * -1)) to 1
- end
-
- on Back
- ReturnFromSpecial()
- end
-
- on idle
- SoundLoop()
- CheckHilite(37, 37)
- end
-